home *** CD-ROM | disk | FTP | other *** search
- Path: stern.fokus.gmd.de!news
- From: Watson <sayegh@fokus.gmd.de>
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C++ asm{labels}
- Date: Tue, 16 Jan 1996 16:12:12 +0100
- Organization: GMD FOKUS - Research Institute for Open Communication Systems
- Message-ID: <30FBC04C.1C85@fokus.gmd.de>
- References: <60114202823$71C7@lasernet.com> <4df7cr$io9@masala.cc.uh.edu>
- NNTP-Posting-Host: pollux.fokus.gmd.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b4 (X11; I; SunOS 5.4 sun4m)
-
- Sensarn wrote:
- > asm {
- > mov cx,100
- > }
- > loopme:
- > asm {
- > loopne
- > }
- > It does absolutely nothing (except decrement CX 100 times), but that
- > should show you how to use labels.
-
- "C combines the possibilities of assembler with
- the portability of assembler." ;-)
-
- --
- * Greetinx from Watson (sayegh@fokus.gmd.de)
- http://www.fokus.gmd.de/ovma/employees/sayegh/entry.html
- signal(SIGSEGV,SIG_IGN);
-